Adwaita: fix the special cased sidebar scrollbar...
authorLapo Calamandrei <calamandrei@gmail.com>
Sat, 11 Oct 2014 12:37:16 +0000 (14:37 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Sat, 11 Oct 2014 14:25:57 +0000 (16:25 +0200)
...which I broke with the latest commit.

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 6e41e6157d2b1852f15982971e82b3bf89a83ccf..978e117c7ee25853ce3dcaa31fe398444b3a8105 100644 (file)
@@ -1809,7 +1809,7 @@ column-header.button.dnd { // for treeview-like derive widgets
 
 .scrollbars-junction,
 .scrollbars-junction.frame { // the small square between two scrollbars
-  border: none;
+  border-color: transparent;
   background-color: darken($bg_color, 5%);
   &:backdrop { background-color: transparent; }
 }
index a2591d5b25b39951bffaa863ab6114859b79c6fb..b2fbfc8292d588ee40491836c3e65e9a0a04e6d4 100644 (file)
@@ -2468,7 +2468,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
 .scrollbars-junction, .scrollbar.trough,
 .scrollbars-junction.frame,
 .frame.scrollbar.trough {
-  border: none;
+  border-color: transparent;
   background-color: #2d3232; }
   .scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
   .scrollbars-junction.frame:backdrop,
index dc73e5df77e5e77e8e25a28b71d66c69d309d55e..a9ef6ce9460176b71c3a45ed72e192ae29370ab0 100644 (file)
@@ -2465,7 +2465,7 @@ GtkCalendar.header column-header .button.titlebutton, column-header .button:hove
 .scrollbars-junction, .scrollbar.trough,
 .scrollbars-junction.frame,
 .frame.scrollbar.trough {
-  border: none;
+  border-color: transparent;
   background-color: #e0e0e0; }
   .scrollbars-junction:backdrop, .scrollbar.trough:backdrop,
   .scrollbars-junction.frame:backdrop,